﻿2026-07-23T17:47:30.7502847Z ##[group]Run actions/checkout@v5
2026-07-23T17:47:30.7503537Z with:
2026-07-23T17:47:30.7503835Z   fetch-depth: 0
2026-07-23T17:47:30.7504164Z   repository: BigscreenVR/spt-bs-core
2026-07-23T17:47:30.7506924Z   token: ***
2026-07-23T17:47:30.7507214Z   ssh-strict: true
2026-07-23T17:47:30.7507503Z   ssh-user: git
2026-07-23T17:47:30.7507822Z   persist-credentials: true
2026-07-23T17:47:30.7508171Z   clean: true
2026-07-23T17:47:30.7508476Z   sparse-checkout-cone-mode: true
2026-07-23T17:47:30.7508848Z   fetch-tags: false
2026-07-23T17:47:30.7509152Z   show-progress: true
2026-07-23T17:47:30.7509529Z   lfs: false
2026-07-23T17:47:30.7509813Z   submodules: false
2026-07-23T17:47:30.7510345Z   set-safe-directory: true
2026-07-23T17:47:30.7510748Z   allow-unsafe-pr-checkout: false
2026-07-23T17:47:30.7511108Z ##[endgroup]
2026-07-23T17:47:30.9436571Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T17:47:30.9438560Z ##[group]Getting Git version info
2026-07-23T17:47:30.9439433Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-23T17:47:30.9829239Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-23T17:47:31.0040510Z git version 2.43.0.windows.1
2026-07-23T17:47:31.0064918Z ##[endgroup]
2026-07-23T17:47:31.0073623Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\61d2fcd9-11ab-498f-93a4-7c649575ec62\.gitconfig'
2026-07-23T17:47:31.0089075Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\61d2fcd9-11ab-498f-93a4-7c649575ec62' before making global git config changes
2026-07-23T17:47:31.0090141Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T17:47:31.0094128Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-23T17:47:31.0338680Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-23T17:47:31.0546660Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T17:47:31.0572008Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T17:47:31.0576538Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T17:47:31.0973985Z HEAD
2026-07-23T17:47:31.1255238Z ##[endgroup]
2026-07-23T17:47:31.1258139Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-23T17:47:31.5343418Z ##[group]Cleaning the repository
2026-07-23T17:47:31.5347509Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-23T17:47:38.8142911Z Removing target/
2026-07-23T17:47:38.8174822Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-23T17:47:38.8907517Z HEAD is now at 15dfdf4b Merge c65908da9e41a942f41fe29dcf6174e9385ddf37 into 2342fd631f1feabcbd4405eac49da2e5c31beee5
2026-07-23T17:47:38.8933589Z ##[endgroup]
2026-07-23T17:47:38.8938418Z ##[group]Disabling automatic garbage collection
2026-07-23T17:47:38.8943948Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-23T17:47:38.9207857Z ##[endgroup]
2026-07-23T17:47:38.9208289Z ##[group]Setting up auth
2026-07-23T17:47:38.9214056Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-23T17:47:38.9468694Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-23T17:47:39.3649254Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T17:47:39.3902415Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-23T17:47:39.8150033Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T17:47:39.8380452Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-23T17:47:40.2286727Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-23T17:47:40.2631998Z ##[endgroup]
2026-07-23T17:47:40.2632421Z ##[group]Fetching the repository
2026-07-23T17:47:40.2640504Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +15dfdf4bf18f67b9dad2650c809f62ef0b418a56:refs/remotes/pull/68/merge
2026-07-23T17:47:41.2922854Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-23T17:47:41.2923299Z  * [new branch]        fix/idemreplay-anchor -> origin/fix/idemreplay-anchor
2026-07-23T17:47:41.3048098Z ##[endgroup]
2026-07-23T17:47:41.3048513Z ##[group]Determining the checkout info
2026-07-23T17:47:41.3048938Z ##[endgroup]
2026-07-23T17:47:41.3053852Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-23T17:47:41.3467662Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-23T17:47:41.3699084Z ##[group]Checking out the ref
2026-07-23T17:47:41.3704353Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/68/merge
2026-07-23T17:47:41.4109618Z HEAD is now at 15dfdf4b Merge c65908da9e41a942f41fe29dcf6174e9385ddf37 into 2342fd631f1feabcbd4405eac49da2e5c31beee5
2026-07-23T17:47:41.4131209Z ##[endgroup]
2026-07-23T17:47:41.4400410Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-23T17:47:41.4628659Z 15dfdf4bf18f67b9dad2650c809f62ef0b418a56
